﻿@charset "utf-8";/* CSS Document*/
*{margin:0px;padding:0px;}
body{font-size:13px;font-family: "Microsoft YaHei";color:#333;background: #fff;}
.page{width:100%;margin:0 auto;}
/*通用样式*/
a{text-decoration:none;color:#333;}
a:hover{color:#f60;text-decoration:none;}
img{border:0px;}
ul,li{list-style-type:none;}
.font{font-size:13px;line-height:22px;padding:6px;}
.clear{clear: both;}
.m1100{width: 1200px; margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
img{border: 0px;}
em{font-style: normal;}
i{font-style: normal;}

.clear_5{height:5px;clear: both;}
.clear_10{height:10px;clear: both;}

/*翻页*/
.list_page{vertical-align: bottom;display:inline-block;*display:inline;*zoom:1;*margin-left:5px;font-size:14px;line-height:30px;text-align:center;margin-left: 20px;padding-top: 20px;}
.list_page li{float:left;list-style-type:none;}
.list_page li a{display:inline-block;padding: 0px 10px;border: 1px solid #424d5b;background: #424d5b;margin: 0 2px;color: #fff}
.list_page li a:hover{background:#0056A9;border:1px solid #0056A9;}
.list_page li.active a{background:#0056A9;border:1px solid #0056A9;}


/*顶部*/


/*头部代码的开始*/
/*页眉*/
.header {
	width: 100%;
	/* overflow: hidden; */
	background: #fff;
}
.header .headerTop {
	overflow: hidden;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #e8e8e8;
}
.header .headerTop p {
	font-size: 13px;
	color: #666666;
	float: left;
	line-height: 33px;
}
.header .headerTop ul {
	overflow: hidden;
	float: right;
	margin-top: 8px;
	height: 17px;
	line-height: 17px;
}
.header .headerTop li {
	float: left;
	padding: 0 10px 0 28px;
	border-left: 1px solid #e8e8e8;
	font-size: 13px;
}
.header .headerTop li:first-child {
	border: none;
}
.header .headerTop li.last {
	padding-right: 0;
	background: url(../images/header-icon03.png) no-repeat 6px center;
}
.header .headerTop li a {
	color: #666;
}
.header .headerTop .first {
	background: url(../images/header-icon01.png) no-repeat 10px center;
}
.header .headerTop .second {
	background: url(../images/header-icon02.png) no-repeat 6px center;
}
.header .headerCenter {
	overflow: hidden;
	height: 110px;
}
.header .headerCenter dl {
	overflow: hidden;
	float: left;
	/*! margin-top: 10px; */
	background: url(../images/logo.jpg) no-repeat left center;
	width: 900px;
	height: 110px;
}
.header .headerCenter dt {
	float: left;
	overflow: hidden;
}
.header .headerCenter dd {
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 26px;
	height: 48px;
	padding-left: 16px;
	border-left: 1px solid #e8e8e8;
}
.header .headerCenter h2 {
	font-size: 16px;
	color: #333333;
	padding-bottom: 6px;
	font-weight: normal;
}
.header .headerCenter dd p {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.header .headerCenter dd p span {
	color: #ff9800;
}
.header .headerCenter .phone {
	overflow: hidden;
	float: right;
	margin-top: 32px;
	background: url(../images/header-phone.png) no-repeat left top;
	padding-left: 50px;
	width: 205px;
}
.header .headerCenter .phone p {
	font-size: 14px;
	color: #333333;
}
.header .headerCenter .phone i {
	font-size: 28px;
	font-family: Myriad Pro;
	color: #0087d5;
	display: block;
	/*font-weight: bold;*/
	/*! font-style: oblique; */
}

/*导航*/
.nav {
	width: 100%;
	height: 48px;
	background: url(../images/navbg.jpg) no-repeat left bottom;
}
.nav .nav_con {	}
.nav ul li {
	line-height: 48px;
	text-align: center;
	font-size: 15px;
	/*! font-weight:bold;*/
	float: left;
	/*! border-right:1px solid #D3625E;*/
	width: 148px;
	/*! border-top: 2px solid #fff;*/
}
.nav ul li a {
	display: block;
	color: #FFF;
	/*! padding: 0 14.2px;*/
}
.nav ul li a:hover {
	background: #fc6e19;
	border-color: #f68442;
}
.nav ul li.hover a {
	background: #fc6e19;
	border-color: #f68442;
}
.nav ul li.on {
	background: #fc6e19;
	border-color: #f68442;
}
.menu li .subnav {
	margin: -0px 0 0 -0px;
	/*! padding:0;*/
	position:absolute;
	z-index:999;
	display:none;
	opacity: .9;
	width: 200px;
	background:#ccc url(../images/sbg.png) repeat center;
	/*! padding: 10px 0 20px;*/
}
.menu li .subnav dt {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding-left: 46px;
	background: url(../images/pbg2.png) no-repeat 18px center;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	margin-bottom:0;
	opacity:.9;
	filter:alpha(opacity=80);
	/*! padding: 10px 0 0 46px;*/
}
.menu li .subnav dt a {
	color: #fff;
	display: block;
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background:none;
}
.menu li .subnav dt a:hover {
	color: #ff7800;
	background: none;
}
.menu li .subnav dt:nth-of-type(1) {
	margin-top:15px;
}
.menu li .subnav dt:last-of-type {
	margin-bottom:15px;
}



/*==============焦点图================*/
.banner {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#controller {
	width: 100px;
	height:13px;
	text-align: center;
	position:absolute;
	bottom:15px;
	left:50%;
}
#controller li {
	display: inline;
	float:left;
	margin:0 5px;
	width: 13px;
	height: 13px;
	text-indent:-99999px;
	cursor:pointer;
	background:url(../addver/icon_page.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page.png', sizingMethod='crop');
}
#controller li.active {
	background:url(../addver/icon_page_active.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page_active.png', sizingMethod='crop');
}
.tbui_slideshow_container {
	width: 100%;
	height: 510px;
	overflow:hidden;
	position:relative;
}
#next,#prev {
	width:65px;
	height:65px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:220px;
	text-indent:-9999px;
	cursor:pointer;
	filter: Alpha(Opacity=55);
	opacity: 0.5;
}
#prev {
	left:200px;
	background: url(../addver/btn_pre.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_pre.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
#next {
	right:200px;
	background: url(../addver/btn_next.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_next.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
.tbui_slideshow_container .tbui_slideshow_slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display : none;
	webkitBackfaceVisibility: hidden;
}
.tab_list {
	display:none;
}
.tbui_slideshow_list img {
	width:100%;
	height:510px;
	overflow:hidden;
}
.tbui_slideshow_list a {
	width:100%;
	height:510px;
	display:block;
}
.slide_bg {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:Alpha(Opacity=55);
	opacity: 0.05;
}
/*==============焦点图==== end ============*/

/*搜索样式*/
.banner_list {
	width: 100%;
	margin: 0 auto;	
	position: relative;
}
.banner_list li {

}
.banner_list .tbui_slideshow_list {
	width:100%;
	height:205px;
	overflow:hidden;
}

/*新闻*/
.news {
	width: 100%;
	overflow: hidden;
	padding-top: 46px;
	padding-bottom: 65px;
}
.leftnews {
	width: 765px;
	overflow: hidden;
	float: left;
}
.leftnews .top {
	border-bottom: 1px solid #e0e0e0;
	height: 48px;
}
.leftnews .top ul {
	float: left;
	height: 48px;
	display: inline-block;
}
.leftnews .top ul {
*display: inline;
}
.leftnews .top li {
	line-height: 48px;
	height: 48px;
	width: 171px;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.leftnews .top li a {
	color: #666666;
	text-decoration: none;
	display: block;
}
.leftnews .top li i {
	display: none;
	width: 18px;
	height: 12px;
	background: url(../images/news-icon01.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -12px;
}
.leftnews .top li.cur {
	background: #0095db;
}
.leftnews .top li.cur a {
	color: #fff;
}
.leftnews .top li.cur i {
	display: block;
}
.leftnews .top .more {
	float: right;
	font-size: 14px;
	color: #999999;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/news-icon03.png) no-repeat right center;
	padding-right: 9px;
	display: block;
	margin-top: 22px;
}
.leftnews .newsbox {
	overflow: hidden;

}
.leftnews .newsbox .newslist {
	overflow: hidden;
	margin-top: 27px;
}
.leftnews .newsbox dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.leftnews .newsbox dt {
	float: left;
	width: 358px;
}
.leftnews .newsbox dd {
	float: left;
	width: 366px;
	float: left;
	margin-left: 32px;
}
.leftnews .newsbox dd h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftnews .newsbox dd h3 a {
	color: #333333;
	text-decoration: none;
}
.leftnews .newsbox dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.leftnews .newsbox dd .more {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 114px;
	height: 33px;
	line-height: 33px;
	display: block;
	background: url(../images/newsbtn.png) no-repeat center;
	margin-top: 34px;
	text-decoration: none;
	text-indent: 17px;
}
.leftnews .newsbox ul {
	height: 161px;
	background: #f5f5f5;
	overflow: hidden;
	padding: 0 21px;
}
.leftnews .newsbox li {
	overflow: hidden;
	margin-top: 15px;
}
.leftnews .newsbox li:first-child {
	margin-top: 21px;
}
.leftnews .newsbox li a {
	float: left;
	display: block;
	font-size: 14px;
	color: #666666;
	width: 530px;
	padding-left: 28px;
	background: url(../images/pro_details_icon01.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftnews .newsbox li span {
	font-size: 14px;
	color: #999999;
	float: right;
}
.rightnews {
	overflow: hidden;
	width: 381px;
	float: right;
}
.rightnews .top {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.rightnews .top h3 {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	float: left;
}
.rightnews .top h3 {
*display: inline;
}
.rightnews .top h3 a {
	color: #666666;
	text-decoration: none;
	background: url(../images/news-icon02.png) no-repeat left center;
	padding-left: 26px;
}
.rightnews .top .more {
	float: right;
	font-size: 14px;
	color: #999999;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/news-icon03.png) no-repeat right center;
	padding-right: 9px;
	display: inline-block;
}
.rightnews .wenda {
	height: 414px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}
.rightnews .wenda ul {
	overflow: hidden;
	height: 414px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rightnews .wenda li {
	height: 76px;
	padding-left: 19px;
	padding-top: 27px;
}
.rightnews .wenda li h3 {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/news-q.png) no-repeat left center;
	padding-left: 31px;
	line-height: 23px;
	height: 23px;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rightnews .wenda h3 a {
	color: #333333;
}
.rightnews .wenda p {
	font-size: 14px;
	color: #666666;
	background: url(../images/news-a.png) no-repeat left center;
	padding-left: 31px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*youshi*/
.youshi {
	overflow: hidden;
	width: 100%;
}
.youshi .ttitle {
	overflow: hidden;
	padding: 30px 0;
	background-color: #0095DB;
}
.youshi .ttitle h2 {
	text-align: center
}
.youshi .ttitle em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.youshi .yslist {
	overflow: hidden;
	width: 100%;
	height: 291px;
}
.youshi .yslist .wen {
	overflow: hidden;
	width: 420px;
	color: #333
}
.youshi .yslist h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}
.youshi .yslist p {
	padding-left: 14px;
	background: url(../images/youshi_s02.png) no-repeat left 8px;
	font-size: 13px;
	line-height: 25px;
}
.youshi .yslist .wen.wen01 p {
	background: url(../images/youshi_s01.png) no-repeat left 8px;
}
.youshi .phone {
	overflow: hidden;
	padding-left: 55px;

	background: url(../images/phone.png) no-repeat left center;
	margin-top: 20px;
}
.youshi .phone span {
	display: block;
	font-size: 13px;
	color: #333;
}
.youshi .phone em {
	display: block;
	font-size: 22px;
	color: #ff6600;
}
.youshi .youshi01 {
	background: url(../images/youshi_01.jpg) no-repeat center top;
	height: 291px;
}
.youshi .youshi02 {
	background: url(../images/youshi_02.jpg) no-repeat center top;
	height: 250px;
}
.youshi .youshi03 {
	background: url(../images/youshi_03.jpg) no-repeat center top;
	height: 240px;
}
.youshi .youshi04 {
	background: url(../images/youshi_04.jpg) no-repeat center top;
	/*! height: 280px; */
}
.youshi .youshi05 {
	background: url(../images/youshi_05.jpg) no-repeat center top;
}
.youshi .wen.wen01 {
	color: #fff;
	margin-left: 98px;
	margin-top: 30px;
}
.youshi .wen02 {
	float: right;
	margin-top: 35px;
}
.youshi .wen03 {
	margin-left: 98px;
	margin-top: 35px;
}
.youshi .wen04 {
	float: right;
	margin-top: 55px;
}
.youshi .wen05 {
	margin-left: 98px;
	margin-top: 40px;
	width: 460px !important;
}

/*优势*/
.hxysbg {
	padding-bottom: 36px;
	background: #202932 url(../images/boxbg.jpg);
}
.hxysbox {
	text-align: center;
}
.hxysbox .hxystit {
	padding: 30px 0 20px 0;
	margin-bottom: 20px;
	/*! font-weight: bold; */
	text-align: center;
	background: url(../images/hxystitbr.png) no-repeat bottom;
}
.hxysbox .hxystit span {
	font-size: 32px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #0185D0;
	text-align: center;
	display: block
}
.hxysbox .hxystit p {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block
}
.hxysbox ul {
	overflow: hidden;
}
.hxysbox li {
	float: left;
	margin: 0 23px;
	padding: 0 20px;
	width: 152px;
	height: 234px;
	background: url(../images/hxysdl.png) no-repeat center;
}
.hxysbox li h5 {
	padding-top: 54px;
	margin-bottom: 10px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.hxysbox li p {
	line-height: 25px;
	/*! font-weight: bold; */
	font-size: 15px;
	color: #fff;
}
/*关于我们*/
.about {
	width: 100%;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat center;
	height: 451px;
}
.about .Title {
	overflow: hidden;
	margin-top: 48px;
}
.about .Title h2 {
	font-size: 34px;
	width: 137px;
	float: left;
}
.about .Title h2 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.about .Title h2 i {
	display: block;
	width: 98px;
	height: 2px;
	background: #fff;
	margin-top: 14px;
}
.about .Title p {
	float: left;
	font-size: 24px;
	color: #8dc4ea;
	font-family: arial;
	line-height: 24px;
	text-transform: uppercase;
	margin-left: 18px;
	margin-top: 8px;
}
.about dl {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.about dt {
	float: left;
	width: 580px;
}
.about dd {
	width: 620px;
	float: left;
}
.about dd h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about dd h3 a {
	text-decoration: none;
	color: #333333;
}
.about dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about dd .more {
	display: block;
	width: 137px;
	height: 40px;
	background: url(../images/aboutbtn.png) no-repeat center;
	line-height: 40px;
	text-indent: 27px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}
/*产品中心*/
/* products */
.products {
	width: 100%;
	overflow: hidden;
	padding-bottom: 58px;
}
.products .top {
	width: 100%;
	overflow: hidden;
	background: url(../images/casebg.png) repeat;
	height: 162px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.products .top .title {
	float: left;
	width: 128px;
	height: 162px;
	padding: 0 46px;
	background: url(../images/productstitlebg.jpg) no-repeat center;
}
.products .top .title p {
	font-size: 22px;
	font-family: arial;
	text-transform: uppercase;
	margin-top: 35px;
	color: #0694E0;
	text-indent: 0;
	line-height: normal;
}
.products .top .title h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 12px 0 28px 0;
	text-indent: 0;
	line-height: normal;
}
.products .top .title h2 a {
	color: #fff;
	text-decoration: none;
}
.products .top .title .I2 {
	display: block;
	width: 98px;
	height: 2px;
	background: #fff;
	margin-top: 22px;
}
.products .classify {
	width: 980px;
	height: 243px;
	float: left;
	overflow: hidden;
	background: #fff;
}
.products .classify .con {
	width: 980px;
	border-left: 1px solid #e5e5e5;
	float: left;
}
.products .classify .con:first-child {
	border-left: none;
}
.products .classify .conTop {
	overflow: hidden;
	height: 75px;
}
.products .classify .conTop dl {
	overflow: hidden;
	height: 50px;
	margin-top: 25px;
}
.products .classify .conTop dt {
	float: left;
	width: 50px;
	margin-left: 44px;
}
.products .classify .conTop dd {
	width: 120px;
	float: left;
	margin-left: 11px;
	/*! line-height: 30px; */
	background: none;
	/*! height: 40px; */
}
.products .classify .conTop dd p {
	font-size: 18px;
	font-weight: bold;
	color: #0093d5;
	/*! margin-top: 5px; */
	/*! word-spacing: -1.5px; */
	float: left;
	height: 45px;
	line-height: 45px;
}
.products .classify .conTop dd a {
	color: #0093d5;
	text-decoration: none;
}
.products .classify .conTop dd i {
	display: block;
	width: 61px;
	height: 2px;
	background: #e1e1e1;
	/*! margin-top: 15px; */
	float: left;
}
.products .classify .conBottom {
	overflow: hidden;
	height: 71px;
	padding: 10px 24px 0;
}
.products .classify .conBottom a {
	float: left;
	background: url(../images/question-icon01.png) no-repeat left center;
	padding-left: 12px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: block;
	width: 142px;
	margin-bottom: 5px;
}
.products .classify .conBottom a:hover {
	background: url(../images/question-icon02.png) no-repeat left center;
	color: #ff9900;
	font-weight: bold;
}
.products .BigCon {
	overflow: hidden;
}
.products .BigCon ul {
	width: 104%;
	overflow: hidden;
}
.products .BigCon li {
	float: left;
	height: 361px;
	width: 281px;
	margin-right: 22px;
	margin-top: 52px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	/*! padding: 0; */
}
.products .BigCon li a {
	text-decoration: none;
}
.products .BigCon li span {
	display: block;
	width: 277px;
	height: 302px;
	margin: 2px auto 0;
	overflow: hidden;
}
.products .BigCon li em {
	display: block;
	width: 259px;
	padding: 0 11px;
	font-size: 14px;
	color: #333333;
	background: url(../images/products-icon05.png) no-repeat 254px center;
	text-indent: 9px;
	line-height: 56px;
	border-bottom: 1px solid #cccccc;
}
.products .BigCon li img {
	display: block;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	width: 277px;
    height: 302px;
}
.products .BigCon li:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}
.products .BigCon li:hover {
	background: #ff9900;
	box-shadow: 0 5px 6px #dcdcdc
}
.products .BigCon li:hover em {
	color: #fff;
	background: url(../images/products-icon06.png) no-repeat 254px center;
}

/*首页产品列表*/
dl.in_pro_list {
	width:270px;
	height:240px;
	float:left;
	text-align:center;
	margin:0px 10px 0 0px;
	display:inline;
}
dl.in_pro_list dt {
	width:270px;
	height:190px;
}
dl.in_pro_list dt img {
	width:270px;
	height:190px;
}
dl.in_pro_list dd {
	width: 100%;
	height:40px;
	line-height:40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/case_b.png);
	color: #fff;
	font-size: 14px;
}
dl.in_pro_list:hover dd {
	background: #FCAF01;
}


dl.in_pro_list_2{width:270px;height:240px;float:left;text-align:center;margin:0px 20px 0 0px;/*! display:inline; *//*! background: #fff; */}
dl.in_pro_list_2:hover dd{color: #fff;}
dl.in_pro_list_2 dt{width:270px;height:190px;}
dl.in_pro_list_2 dt img{width:270px;height:190px;/*! padding:1px; */ /*! border:1px solid #CCC; */}
dl.in_pro_list_2 dd{line-height:50px;height:50px;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;font-size: 15px;}



/*内页产品列表*/
dl.pro_list {
	width: 240px;
	height: 300px;
	/* padding: 30px; */
	float:left;
	text-align:center;
	/* border: 1px solid #ccc; */
	margin: 0px 20px 30px 40px;
	display:inline;
	position: relative;
}
dl.pro_list dt {
	width: 240px;
	border: 1px solid #ccc;
	height: 280px;
	padding: 4px;
}
dl.pro_list dt img {
	width: 240px;
	height: 280px;
}
dl.pro_list dt a {
	display:block;	width: 180px;
	height: 230px;
}
dl.pro_list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	display: block;
	z-index:10;
}
dl.pro_list p:hover {
	background: url(../images/hover-link.png) no-repeat center center;
}
dl.pro_list dd {
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
}

/*列表样式*/
dl.photo_list {
	width:240px;
	height:220px;
	float:left;
	text-align:center;
	margin: 0px 0px 0px 27px;
	display:inline;
}
dl.photo_list dt {
	width:240px;
	height:180px;
}
dl.photo_list dt img {
	width:240px;
	height:180px;
}
dl.photo_list dd {
	height:40px;
	line-height:40px;
}
/*左侧*/
/*分类栏目*/
.left_class {
	width: 240px;
	height: auto;
	float:left;
	/*! background: #fff; */
}
.left_class_title {
padding-left: 80px;

width: 160px;

height: 100px;

background: url(../images/pro_h.png) no-repeat 35px center;

    background-color: rgba(0, 0, 0, 0);

background-color: #0094da;

font-weight: normal;

line-height: 100px;

font-size: 20px;

color: #fff;

border-radius: 10px 10px 0 0;
}
.left_class_title span {
font-size: 14px;

color: #fff;

margin-left: 5px;

display: none;
}
.left_class_list {
	width: 220px;
	height: auto;
	padding: 20px 0 0px 0;
	margin: 0 auto;
}
.left_class_list ul li {
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-indent: 50px;
	background: url(../images/left_list_on.jpg) no-repeat left center;
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
	/*! float: initial; */
	/*! clear: both; */
	/*! display: inline; */
}
.left_class_list ul li a {
	display:block;
	color:#fff;
}
.left_class_list ul li.on {
	background: url(../images/left_list.jpg) no-repeat left center;
}
.left_class_list ul li.on a {
	color:#fff;
}

.leftTitle {
	width: 250px;
	height: 55px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	background: #0094DA;
	/*! text-indent: 30px; */
	text-align: center;
}
.leftTitle span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.leftContact {
	width: 220px;
	padding: 10px 15px;
	line-height: 24px;
	text-align:left;
	background: #fff;
}
.leftContact p {
	}
.leftContact dl {
	width:204px;
	display:block;
	clear:both;
}
.leftContact dl dt,.leftContact dl dd {
	font-size:12px;
	line-height:30px;
}
.leftContact dl dt {
	float:left;
	width:40px;
	padding-left: 24px;
}
.leftContact dl dd {
	float:left;
	width:138px;
}


/*产品分类样式 二级*/
.box{
	width: 240px;
float: left;
/*! border: 1px solid #bebebe; */
padding-bottom: 5px;
	background: #fff;
}
.box h2{
	width: 200px;
margin: 0 auto;
margin-top: 0px;
height: 45px;
line-height: 45px;
color: #fff;
background: #FCAF01;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
margin-top: 10px;
}
.box h2 a{color:#fff; display:block;/*! width: 100%; */position: relative;}
.box h2 a:hover{text-decoration:none;}
.box h2 em{position: absolute;right: 30px;/*! color: #fff; */}

.box ul{width: 240px; margin: 0 auto; /*! margin-bottom: 5px; */}
.box ul li{
overflow: hidden;

width: 100%;
}
.box ul li a{/*! height: 30px; */ /*! display: block; */ /*! color: #383838; */display: block;padding-left: 35px;height: 45px;line-height: 45px;font-size: 16px;width: 205px;text-decoration: none;background: url(../images/pro_s.png) no-repeat 210px center;border-bottom: 1px solid #e3e0e0;color: #333;}
.box ul li:hover>a {
	background-color: #f7f7f7
}
.box ul li a.cur {
	color: #0094da;
}

/*当前位置*/
#position{/*! width:1098px; */margin:0 auto;border:1px solid #e6e6e6;/*! border-top:none; *//*! border-right:none; */height:40px;line-height:40px;background:#fff url(../images/li-home.png) no-repeat 20px 50%;font-size: 14px;overflow:hidden;text-indent: 45px;text-align: left;}
#position div{float:right;height:30px;line-height:30px;_padding-top:8px;}
#position div img{margin:0 5px;vertical-align:middle;}
#position a{color:#333;}
/*end 当前位置*/

/*内页*/
.main{/*! width: 1100px; */ /*! overflow: hidden; *//*! margin:0 auto; */ background: #fff;/*! text-align: center; */background: #EBEBEB;overflow: hidden;}
.main_l{width:240px;}
.main_r{width:930px; overflow:hidden;background: #fff;}
.p10{background:#fff;}
.title{width: 1100px;margin: 0 auto;font-size: 20px;font-weight: bold;border-bottom: 1px solid #e0e0e0;line-height: 60px;height: 60px;text-indent: 30px;margin-bottom: 20px;text-align: left;padding-top: 10px;}


/*新闻分类*/
.nav_class{float: right;font-size: 15px;}
.nav_class strong{color: #484848;}
.nav_class p{color: #EEE}
.nav_class a{padding: 0 5px;font-weight: initial;color: #45A800;}
.nav_class a:hover{color: #f60;}
.nav_class a.on{color: #f60;}

/*新闻列表*/
.news_pic_list{width: 850px;height: auto;padding: 0px 0px 20px 0px;border-bottom: 1px solid #E9E9E9;margin: 0 auto;text-align: left;}
.news_pic_list a{font-size: 16px;line-height: 40px;color: #333;font-weight: bold;display: block;}
.news_pic_list a:hover{color: #3292d7;}
.news_pic_list p{font-size: 12px;color: #666;line-height: 24px;}
.news_pic_list img{float: left;margin-right: 15px;width: 200px;height: 160px;margin-left: 10px;}
.news_pic_list .list_more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(#2eaef0,#0488cd);
    border: 1px solid #2f7295;
    box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    text-shadow: 0 1px #555 !important;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
}





/*新闻内容*/
.maincont{width: 100%;height: auto;padding: 15px 0px 12px 0px;margin: 0 auto;min-height: 450px;text-align: left;}
.maincont h1{font-size:25px;line-height:35px;padding:10px 0 10px;text-align:center;font-weight:normal}
.maincont .subhead{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont #longtitle{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont .explain{padding:8px 0 6px;line-height:30px;font-family:"宋体";font-size:14px;color:#898989;text-align:center;}
.maincont .explain em{font-family:'Lucida Sans Unicode', Tahoma, Helvetica, Arial, sans-serif;color:#666666;}
.Big, .Middle, .Small, .Print, .Close, .Favorite{cursor:pointer;}
.maincont .Zoom{border-top:1px solid #E0E0E0;padding:20px 15px;margin:10px auto; *padding-bottom:15px;line-height:35px;font-size:15px;overflow-x:auto;overflow-y:hidden;}
.maincont .Zoom p{margin:15px 0 0;}
.maincont .Zoom img{margin:5px 10px;height:auto;max-width:750px;}
.maincont .Zoom p.player{margin:0 0 10px;text-align:center;}


.maincont .Zoom a{color:#333;text-decoration:underline;}
.maincont .Zoom a:hover{color:#f60;text-decoration:none;}
.maincont .editor{margin:10px 15px;font-weight:bold;font-size:14px;text-align:right;}

/*上一篇*/
.maincont .previous{line-height:30px;font-size:15px;padding-left: 40px;}
.maincont .previous a{color:#333;}
.maincont .previous a:hover{color:#f60;}


.main table{width:100%;max-width:95%;border-collapse:collapse;border-spacing:0;border-right:1px solid #ddd;border-bottom:1px solid #ddd; margin: 0 auto}
.main table th{border-bottom:2px solid #ddd;vertical-align:bottom;padding:5px;text-align:left;}
.main table td{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:5px;/*! vertical-align:center; *//*! line-height: 30px; */}
.main table td p{margin:0;}

/*热门资讯*/
.toplist {
	width:250px;
	margin-top:10px;
	padding:0;
	list-style:none;
	background:#fff url(../images/dotnum.gif) no-repeat 15px top;
	height: 320px;
	overflow: hidden;
}
.toplist li {
	line-height:30px;
	height:30px;
	padding-left:50px;
	border-bottom:1px solid #F0F0F0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.toplist li span {
	float:right;
	color:#999;
}


/* 友情链接 */
.links {
	color: #fff;
	font-family: "simsun";
	font-size: 12px;
	/*! padding-top: 30px; */
}
.links span {
	padding-right: 10px;
}
.links a {
	color: #fff;
	margin-right: 25px;
}
.links a:hover {
	color: #2cadc4;
}

/*版权样式*/
.footerBotm {
	background: #0095DB;
	clear: both;
}
.footerDBox {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}
.linkLine {
	overflow: hidden;
}
.linkLine img {
	float: left;
}
.linkLine p {
	width: 1000px;
	float: right;
	line-height: 30px;
}
.linkLine p a {
	font-size: 14px;
	color: white;
	margin: 0 7px;
}
.linkLine p a:hover {
	text-decoration: underline;
}
.subNav {
	clear: both;
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
	background-color: #029ED9;
	height: 40px;
	font-size: 14px;
	color: white;
}
.subNav a {
	font-size: 14px;
	color: white;
	margin: 0 10px;
}
.footerDLine_c{

	background: url(../images/footer_logo.png) no-repeat left center;
	height: 100px;
	width: 700px;
	padding-left: 125px;
	float: left;
}
.footerDLine_r {

	float: left;

	width: 140px;
	height: 105px;
	/*! margin-bottom: 20px; */

	margin-left: 50px;
}
.footerDLine {
	overflow: hidden;
	margin-top: 20px;
}
.footerDLine p {
	float: left;
	font-size: 14px;
	color: white;
	line-height: 30px;
}
.footerDLine p span {
	font-size: 14px;
	color: white;
	margin-right: 30px;
}
.footerDLine p a {
	color: white;
	margin-right: 30px;
}

/*图片滚动定义*/
.rollBox{width:1200px;overflow:hidden;height:250px; margin:0 auto}
.rollBox .LeftBotton{height:150px;width:60px;overflow:hidden;float:left;display:inline;margin:60px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:150px;width:50px;overflow:hidden;float:right;display:inline;margin:80px 0 0 0;cursor:pointer;text-align: right;}
.rollBox .Cont{width:1080px;overflow:hidden;float:left;height:240px;}
.rollBox .ScrCont{width:10000000px;}

.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#000000;text-decoration:none; font-size:12px;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline; font-size:12px;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBoxtop1 {
    float:left;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0px 0px 10px;
}


/*相关阅读*/
.rcrd_list{padding:20px 0px 10px 0px;font-size:14px;/*! height:auto; */background:#f6f6f6;width: 100%;margin: 0 auto;}
.rcrd_list b{display:block;line-height:30px;height:30px;overflow:hidden;color:#034091;text-indent: 30px;padding-top: 10px;}
.rcrd_list ul{width:100%;margin:0 auto;}
.rcrd_list li{border-bottom:1px #cacaca dashed;/*! padding:0 0 0 15px; */line-height:35px;height:35px;overflow:hidden;background:url(../images/li.png) left center no-repeat;width: 47%;float: left;margin: 0 15px;text-indent: 15px;}
/*.rcrd_list .lst{border:0}*/
.rcrd_list li a{color:#666}
.rcrd_list li span{float:right;color:#666}
/*相关阅读 end*/

/*相关产品*/
.rcrd_img{/*! padding:16px 30px 10px 25px; */font-size:14px;/*! height:auto; */background:#f6f6f6;/*! width: 700px; */width: 100%;padding: 20px 0px 10px 0px;}
.rcrd_img b{display:block;line-height:30px;height:30px;overflow:hidden;color:#034091;text-indent: 30px;}
.rcrd_img dl{width:200px;height:280px;float:left;text-align:center;margin: 15px 12px 0px 25px;display:inline;position: relative;}
.rcrd_img dl dt{width:200px;height:240px;}
.rcrd_img dl dt img{width: 200px;height: 240px;}
.rcrd_img dl dt a{display:block;/*! width: 200px; *//*! height: 200px; */}
.rcrd_img dl dd{line-height:50px;height:50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
/*相关产品 end*/

/*地区产品*/
.rcrd_area_list{padding:10px 10px;font-size:14px;/*! height:auto; */background:#f6f6f6;width:90%;margin: 0 auto; text-align:left;line-height: 25px;}
.rcrd_area_list b{display:block;line-height:40px;height:40px;overflow:hidden;color:#034091;/*! text-indent: 30px; *//*! padding-top: 10px; */}
.rcrd_area_list {/*! width:90%; *//*! margin:0 auto; */}
.rcrd_area_list li{border-bottom:1px #cacaca dashed;padding:0 0 0 15px;line-height:35px;height:35px;overflow:hidden;background:url(../images/li.png) left center no-repeat}
.rcrd_area_list a{color:#666;margin-right: 10px;}
.rcrd_area_list span{/*! float:right; *//*! color:#666 */}
.rcrd_area_list span a{color:#fba802;}
/*地区产品 end*/


/*图片 特效 放大*/
/*产品*/
.da-thumbs li a img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.da-thumbs li a:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*案例*/
dl.in_pro_list dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*新闻*/
.news_l .news_con .news_list img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.news_l .news_con .news_list img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}
/*图片 特效 放大 end*/

/*图片 特效 放大*/
/*产品*/
.da-thumbs li a img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.da-thumbs li a:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*案例*/
dl.in_pro_list dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}


dl.in_pro_list_2 dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list_2 dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list_2 dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*轮播*/
#owl-demo{position:relative;width:550px;height:390px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:550px;height:390px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*轮播 end*/



.wraper{width:600px;background:#fff;position: relative;}
.wraper .tit{background:#45a643;height:80px;padding:20px 0}
.wraper .tit h2{font-size:32px;color:#fff;/*! padding-top:20px; */padding-left:30px}
.wraper .tit p{font-size:24px;color:#fff;padding-top:0px;padding-left:30px;}
.wraper .tit h3{font-size:28px;position:absolute;margin-top:-17px;font-family:Arial,Helvetica,sans-serif;color:#fff;top:75px;right:20px}
.wraper .tit h3 span{display:block;position:absolute;width:60px;height:60px;background:url(../images/24tel.png) no-repeat;left:-75px;top:50%;margin-top:-30px}
.wraper .addr .alltit{border-bottom:1px dotted #adadad}
.wraper .addr .alltit h4{font-size:14px;color:#acacac;font-weight:inherit;line-height:28px;text-indent:35px;padding:10px 0}
.lxyplxfs{font-size:14px;color:#545454;overflow:hidden;padding:20px 30px}
.lxyplxfs p{line-height:24px;padding-bottom:10px;color:#888383;word-spacing:0;font-size: 18px;}
.lxyplxfs h2,.lxyplxfs h3,.lxyplxfs h4,.lxyplxfs h5,.lxyplxfs h6{/*! margin:0; */font-size:24px;border-left:4px solid #005bae;padding-left:10px;height:26px;line-height:26px;margin-bottom:20px}




